Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.commandline.executor.service.defaultContrib--commandTester

This contribution is part of XML component org.nuxeo.ecm.platform.commandline.executor.service.defaultContrib inside nuxeo-platform-commandline-executor-9.10.jar /OSGI-INF/commandline-default-contrib.xml

Documentation

Simple default tester that only checks for command existence in the system path.

Extension Point

Extension point commandTester of component CommandLineExecutorComponent.

Contributed Items

  • <commandTester class="org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters.DefaultCommandTester" name="DefaultCommandTester">
        </commandTester>

XML Source

<extension point="commandTester" target="org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent">
    <documentation>Simple default tester that only checks for command existence in the system path.</documentation>
    <commandTester class="org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters.DefaultCommandTester" name="DefaultCommandTester">
    </commandTester>
  </extension>